home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / kde4 / kdm / Xaccess < prev    next >
Encoding:
Text File  |  2008-10-24  |  1.9 KB  |  67 lines

  1. # Xaccess - Access control file for XDMCP connections
  2. #
  3. # To control Direct and Broadcast access:
  4. #
  5. #    pattern
  6. #
  7. # To control Indirect queries:
  8. #
  9. #    pattern        list of hostnames and/or macros ...
  10. #
  11. # To use the chooser:
  12. #
  13. #    pattern        CHOOSER BROADCAST
  14. #
  15. # or
  16. #
  17. #    pattern        CHOOSER list of hostnames and/or macros ...
  18. #
  19. # To define macros:
  20. #
  21. #    %name        list of hosts ...
  22. #
  23. # The first form tells xdm which displays to respond to itself.
  24. # The second form tells xdm to forward indirect queries from hosts matching
  25. # the specified pattern to the indicated list of hosts.
  26. # The third form tells xdm to handle indirect queries using the chooser;
  27. # the chooser is directed to send its own queries out via the broadcast
  28. # address and display the results on the terminal.
  29. # The fourth form is similar to the third, except instead of using the
  30. # broadcast address, it sends DirectQuerys to each of the hosts in the list
  31. #
  32. # In all cases, xdm uses the first entry which matches the terminal;
  33. # for IndirectQuery messages only entries with right hand sides can
  34. # match, for Direct and Broadcast Query messages, only entries without
  35. # right hand sides can match.
  36. #
  37.  
  38. #*                    #any host can get a login window
  39.  
  40. #
  41. # To hardwire a specific terminal to a specific host, you can
  42. # leave the terminal sending indirect queries to this host, and
  43. # use an entry of the form:
  44. #
  45.  
  46. #terminal-a    host-a
  47.  
  48.  
  49. #
  50. # The nicest way to run the chooser is to just ask it to broadcast
  51. # requests to the network - that way new hosts show up automatically.
  52. # Sometimes, however, the chooser cannot figure out how to broadcast,
  53. # so this may not work in all environments.
  54. #
  55.  
  56. #*        CHOOSER BROADCAST    #any indirect host can get a chooser
  57.  
  58. #
  59. # If you would prefer to configure the set of hosts each terminal sees,
  60. # then just uncomment these lines (and comment the CHOOSER line above)
  61. # and edit the %hostlist line as appropriate
  62. #
  63.  
  64. #%hostlist    host-a host-b
  65.  
  66. #*        CHOOSER %hostlist    #
  67.